object DirSelectDialog: TDirSelectDialog Tag = 480 Left = 208 Top = 220 BorderStyle = bsDialog Caption = 'Select Directory...' ClientHeight = 328 ClientWidth = 435 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 481 Left = 8 Top = 232 Width = 45 Height = 13 Caption = 'Directory:' end object Label2: TLabel Left = 84 Top = 232 Width = 237 Height = 33 AutoSize = False WordWrap = True end object Label3: TLabel Tag = 483 Left = 8 Top = 280 Width = 417 Height = 41 AutoSize = False Caption = 'Notice: It is recommended to save the lost/deleted data on anoth' + 'er drive! Otherwise other lost/deleted data could be overwritten' + '.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label4: TLabel Tag = 484 Left = 260 Top = 88 Width = 169 Height = 41 AutoSize = False Caption = 'The data to be written are determined via corresponding clusters' + ' from:' WordWrap = True end object Label5: TLabel Tag = 485 Left = 260 Top = 160 Width = 156 Height = 39 Caption = 'Note: Select '#39'no FAT'#39' if data has been deleted or drive has been' + ' quick-formatted!' WordWrap = True end object Button1: TButton Tag = 486 Left = 352 Top = 18 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Tag = 487 Left = 352 Top = 48 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 272 Width = 433 Height = 2 BevelOuter = bvLowered TabOrder = 2 end object ComboBoxFAT: TComboBox Left = 260 Top = 132 Width = 165 Height = 21 ItemHeight = 13 TabOrder = 3 end object ShellComboBox1: TShellComboBox Left = 8 Top = 12 Width = 233 Height = 22 Root = 'rfDesktop' ShellTreeView = ShellTreeView1 UseShellImages = True DropDownCount = 8 TabOrder = 4 OnChange = ShellComboBox1Change end object ShellTreeView1: TShellTreeView Left = 8 Top = 36 Width = 233 Height = 173 ObjectTypes = [otFolders] Root = 'rfDesktop' ShellComboBox = ShellComboBox1 UseShellImages = True AutoRefresh = False Indent = 19 ParentColor = False RightClickSelect = True ShowRoot = False TabOrder = 5 OnChange = ShellTreeView1Change end object Button3: TButton Tag = 482 Left = 352 Top = 232 Width = 75 Height = 25 Caption = '&Create...' TabOrder = 6 OnClick = Button3Click end end